From: Richard M. Stallman Date: Thu, 14 Jul 1994 19:39:09 +0000 (+0000) Subject: (HAVE_STRERROR): Define. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90813 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=72b0c010367740f79e0f2d46fdd5ac3b7c42ca8f;p=emacs.git (HAVE_STRERROR): Define. --- diff --git a/msdos/sed2.inp b/msdos/sed2.inp index 00720c2ff92..047c046cb68 100644 --- a/msdos/sed2.inp +++ b/msdos/sed2.inp @@ -22,6 +22,7 @@ /^#undef HAVE_BCOPY *$/s/undef/define/ /^#undef HAVE_FREXP *$/s/undef/define/ /^#undef HAVE_FTIME *$/s/undef/define/ +/^#undef HAVE_STRERROR *$/s/undef/define/ s/^#define USER_FULL_NAME .*$/#define USER_FULL_NAME (getenv ("NAME"))/ s/^#undef STACK_DIRECTION *$/#define STACK_DIRECTION -1/ s/^#undef EMACS_CONFIGURATION *$/#define EMACS_CONFIGURATION "i386-unknown-msdos"/